Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove non universal super mutation #1450

Merged
merged 2 commits into from
Jun 9, 2024
Merged

Conversation

mbj
Copy link
Owner

@mbj mbj commented Jun 9, 2024

No description provided.

mbj added 2 commits June 9, 2024 22:33
This mutation only makes sense if the method was called with arguments in the first place.
If there are no arguments `super()` and `super` are semantically equivalent.
And there is no vector towards reduced semantics, which is required for an operator to be valid.

If mutant would be able to emit this mutation conditionally (on the presence of arguments) than this is
a valid operator. Until than we cannot emit it.

[fix #615]
@mbj mbj merged commit 5c8f364 into main Jun 9, 2024
50 checks passed
@mbj mbj deleted the remove/non-universal-super-mutation branch June 9, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant